feat(ui5-wizard): added accessbileName and accessibleNameRef properties - #13807
feat(ui5-wizard): added accessbileName and accessibleNameRef properties#13807aleksandar-terziev wants to merge 1 commit into
Conversation
|
🚀 Deployed on https://pr-13807--ui5-webcomponents-preview.netlify.app |
👋 Heads-up: dev close is in effectThanks for the contribution! This repository is currently in dev close ahead of release This PR appears to introduce public-API changes (detected by diffing the Custom Elements Manifest against the latest published version on npm):
Could you please hold off on merging into If this change must ship in the current release, please request a review from one or two members of @UI5/ui5-team-webc so the team can sign off explicitly.
Posted automatically by the Dev Close Notice workflow. |
| * Defines the accessible ARIA name of the component. | ||
| * @default undefined | ||
| * @public | ||
| * @since 2.14.0 |
There was a problem hiding this comment.
no, needs to be updated
| * Receives id(or many ids) of the elements that label the component. | ||
| * @default undefined | ||
| * @public | ||
| * @since 2.14.0 |
| @@ -0,0 +1,289 @@ | |||
| <!DOCTYPE html> | |||
There was a problem hiding this comment.
Do we actually need a new test page for this?
There was a problem hiding this comment.
not really, I used it for manual testing only. I will remove it.
c80e505 to
56d4a9f
Compare
Fixes: #13582
JIRA: BGSOFUIRILA-4538
Expose both
accessibleNameandaccessibleNameRefto align with Bar, Card, and Carousel